Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar Namespace / NameValuePair<TValue> Class / CompareTo Method / CompareTo(NameValuePair<TValue>) Method
The other NameValuePair<TValue> that is to be compared with this instance.

CompareTo(NameValuePair<TValue>) Method
Compares this NameValuePair<TValue> with another with the same data type.
Syntax
'Declaration
 
Public Overloads Function CompareTo( _
   ByVal other As NameValuePair(Of TValue) _
) As Integer
 

Parameters

other
The other NameValuePair<TValue> that is to be compared with this instance.

Return Value

A value that is less than, equal to, or greater than zero.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also